﻿@charset "utf-8";
html {
    font: normal 14px "微软雅黑", Arial;
}
body {
    padding: 0px;
    margin: 0px auto;
    color: #666;
    width: 100%;
    /*width: expression((documentElement.clientWidth < 1200) ? "1200px" : "100%" );*/
    zoom: 1;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
li{
	list-style:none;
}
ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}
select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #666;
	background: none;
    border: none;
    margin: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
input, button, select, textarea {
    outline: none; /*-webkit-appearance:none;*//*强制去除表单自带的样式*/
	font: normal 14px "微软雅黑", Arial;
}

textarea {
    resize: none; /*-webkit-appearance:none;*//*强制去除textarea自带的样式*/
}

article, aside, footer, header, nav, section, figure, figcaption {
    display: block;
}
/*html5设置*/
figure, figcaption {
    margin: 0px;
    padding: 0px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    -moz-outline: none;
}
a:hover {
    text-decoration: none;
}
.clear {
	display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
.SinglePage{  text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; font-size:13px; line-height:24px;}







/*****************************返回顶部******************************/
.toTop{
    position: fixed;
    width: 88px;
    height: 88px;
    right: 3%;
    bottom: 5%;
    z-index: 99;
}
.toTop>a{
    display: block;
    text-indent: -9999px;
    width: 88px;
    height: 88px;
    /*background: url(../images/back_top.png) no-repeat;*/
}
/****************************返回顶部****************************/
/*****************************面包屑导航*****************************/

/*左侧面包屑*/
.after:after{
	content:'';
	display: block;
	clear: both;
}
.breadcrumbs{
    font-size: 12px;
    color: #363636;
    margin:0 auto;
}
.wraps {
	float: left;
}
.wraps>p{
	width: 14px;
	height: 14px;
	background: url(../images/hk_icon_1.png) ;
	margin: -4px 2px 0 0;
    vertical-align: middle;
}
.breadcrumbs .wraps>p {
    display: inline-block;
}
.breadcrumbs a {
    color: #737373;
}
.breadcrumbs span{
    color: #562377;
}
.breadcrumbs .wraps a + *:before {
    content: '>';
    margin: 0 5px;
    color: #737373;
}
.bread{
	border-bottom: 1px solid #E6E6E6;
	background: #fff;
}

@media screen and (min-width:200px ) {
	.breadcrumbs{
		width: 90%;	
	}
	.wraps {
		padding: 8px 0;
	}
	
}
@media screen and (min-width:768px ) {
	.wraps {
		padding: 16px 0;
	}
	.nav_right li a {
	    padding: 14px 12px;
	}
}
@media screen and (min-width:992px ) {
	.breadcrumbs{
		width: 950px;	
	}
	.wraps {
		padding: 24px 0;
	}
	.nav_right li a {
	    padding: 22px 20px;
	}
}
@media screen and (min-width:1200px ) {
	.breadcrumbs{
		width: 1200px;	
	}
	.wraps {
		padding: 34px 0;
	}
	.nav_right li a {
	    padding: 32px 20px;
	}
}
/*右侧导航*/
.nav_right{
	float: right;
}
.nav_right li{
	float: left;
}
.nav_right li a{
	font-size: 14px;
	display: inline-block;
}
.nav_right li.on a{
	color: #562377;
	border-bottom: 2px solid #562377;
}
a:link {
	text-decoration: none!important;
}

/******************************面包屑导航*********************************/
/*******************************分页*****************************************/
.pages{ height: 32px; text-align: center; margin-bottom: 90px;overflow: hidden;margin-top: 40px;}
.pages a{ display: inline-block;}
.pages .fir,.pages .end{
width: 60px;
height: 32px;
background: #f4f4f4;
color: #626262;	
font-size: 14px;
line-height: 32px;
text-align: center;
margin-right: 10px;
}
.pages .end{
	margin-right: 0;
}
.pages a.fff{
	background: #fff;
}
.pages .prev,.pages .next{margin-right: 10px; width: 80px; height: 32px;  background: #f4f4f4;  color: #333; text-align: center; line-height: 32px;  font-size: 14px;}
.pages .on{ color: #fff;background: #f1ab2e;}
.pages .number a{ width: 36px; height: 32px; text-align: center; line-height: 32px;color: #626262; font-size: 14px;}
.pages .number a.on{ color: #f1ab2e;background: #fff;}
.pages .text{ display: inline-block; width: 32px; height: 32px; text-align: center; line-height: 32px;  background: #FFFFFF; color: #08c357; font-size: 14px;}
.pages .Btn_go{ display: inline-block; width: 57px; height: 36px; border: 1px solid #dfdfdf; color: #666666; font-size: 14px; text-align: center; background: #f3f3f3;  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px;}
/*******************************分页*****************************************/



/* pc 头部   */
.pc_header{
	width: 100%;
	height: 96px;
	background-color: #fff;
}
.pc_header .logo{
	position: absolute;
	z-index: 2;
	float: left;
}
.pc_header .nav{
	float: right;
	width:80%;
	height: 96px;
}
.pc_header .nav_1{
	float: right;
	margin-right: 25px;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	background: #fff;
}

.pc_header .nav_1 .dl{
	position: relative;
	font-size: 16px;
	color: #552277;;
}
.pc_header .nav_1 .dl:before{
	position: absolute;
	top: 2px;
	right: -19px;
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background: #dcdcdc;
}
.pc_header .nav_1 .zc{
	margin-left: 35px;
	font-size: 16px;
	color: #2d2d2d;;
}
.pc_header .search{	
	position: relative;
	top: 7px;
	left: 22px;
	display: inline-block;
	width: 204px;
	height: 27px;
	box-sizing: border-box;
	border: 1px solid #bda9ca;
	border-radius: 5px;
	overflow: hidden;
}
.pc_header .search input{
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding-left: 10px;
	width: 80%;
	height: 100%;
}
.pc_header .search b{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 33px;
	height: 100%;
	background: #552277 url(../images/search.png) center no-repeat;
	
}
.pc_header .nav_2{
	width: 100%;
	height: 44px;
}
.pc_header .nav_2 ul{
	width: 100%;
	height: 100%;
	line-height: 34px;
}
.pc_header .nav_2 ul li{
	position: relative;
	width: 11.1111%;
	height: 100%;
	text-align: center;
	float: left;
	font-size: 16px;
}
.pc_header .nav_2 ul li.on a{
	color: #552277;
}
.pc_header .nav_2 ul li.on:after{
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
	content: '';
	display: block;
	width: 31px;
	height: 2px;
	background: #552277;
}
.pc_header .nav_2 ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #2d2d2d;
}

/*  pc 底部 */
.pc_footer{
	width: 100%;
	height: 323px;
	background: url(../images/foot_png_02.jpg) center no-repeat;
	background-size: cover;
}
.pc_footer ul li{
	text-align: center;
	margin-top: 20px;
	float: left;
	width: 12.5%;
}
.pc_footer ul li span{
	position: relative;
	font-size: 16px;
	color: #fff;
}
.pc_footer ul li span:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 25px;
	height: 4px;
	background: #f39800;
}
.pc_footer ul li dl{
	margin-top: 20px;
}
.pc_footer ul li dl dt{
	margin-top: 15px;
	font-size: 14px;
	font-weight: normal;
}
.pc_footer ul li dl dt a{
	
	color: #9d95a6;
}
.pc_footer  .foot_1{ 
	margin-top:35px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

    .pc_footer .foot_1 a {
        color:#FFF;
    }

.phone_footer{
	padding: 35px 0;
	text-align: center;
	background: #421063;
	font-size: 14px;
	color: #fff;
}
.phone_footer a {
    color:#FFF;
}

/*  特色建管  预约专家 */

/*  特色建管  预约专家   */
/*流程*/
.reservation .breadcrumb1 {
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
	counter-reset: flag;
	width: 100%; 
}
.reservation .breadcrumb1 a {
	width: 33%;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	line-height: 40px;
	color: white;
	padding: 0 20px 0 60px;
	background: linear-gradient(#666, #333);
	position: relative;
}
.reservation .breadcrumb1 a:first-child {
	padding-left: 46px;
	border-radius: 5px 0 0 5px;
}

.reservation .breadcrumb1 a:last-child {
	border-radius: 0 5px 5px 0;
}
.reservation .breadcrumb1 a.active{
	background: #f5f5f5;
	background: linear-gradient(#fff, #fff);
	color: #fff;
}
 /*.breadcrumb1 a:hover{
	background: #fff;
	background: linear-gradient(#fff, #fff);
	color: #fff;
}*/
.reservation .breadcrumb1 a.active:after{
	background: #f5f5f5;
	background: linear-gradient(135deg, #fff, #fff);
}
/*.breadcrumb1 a:hover:after {
	background: #fff;
	background: linear-gradient(135deg, #fff, #fff);
}*/
.reservation .breadcrumb1 a:after {
	content: '';
	position: absolute;
	top: -4px; 
	right: -18px; /*half of square's length*/
	/*same dimension as the line-height of .breadcrumb1 a */
	width: 50px; 
	height: 50px;
	/*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
	transform: scale(0.707) rotate(45deg);
	/*we need to prevent the arrows from getting buried under the next link*/
	z-index: 1;
	/*background same as links but the gradient will be rotated to compensate with the transform applied*/
	background: #fff;
	background: linear-gradient(135deg, #fff, #fff);
	/*stylish arrow design using box shadow*/
	box-shadow: 
		10px -10px 0 2px rgba(255, 255, 255, 1);
	/*
		5px - for rounded arrows and 
		50px - to prevent hover glitches on the border created using shadows*/
	border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.reservation .breadcrumb1 a:last-child:after {
	content: none;
}
/*we will use the :before element to show numbers*/
.reservation .flat a,.reservation .flat a:after {
	background: #dcdcdc;
	color: #333;
	transition: all 0.5s;
}
.reservation .flat a:before {
	background: #f5f5f5;
	box-shadow: 0 0 0 1px #ccc;
}
.reservation .flat a.active,.reservation .flat a.active:after{
	background: #702d9d;
}
/*.flat a:hover,.flat a.active:after{
	background: #eda00c;
}*/
.reservation .breadcrumb1 a{
	width: 25%;
}
.reservation .flat a.over,.reservation .flat a.over:after {
    background: #f1ddff;
}
.features1{
	margin: 40px 0;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background: #fff;
}
.features1_2 h2{
	margin-top: 10px;
	padding-bottom:20px;
	color: #333333;
	border-bottom: 1px dashed #e5e5e5; 
}
.features1_2 h2 span{
	float: left;
	line-height:36px;
}
.features1_2 .selec{
	position: relative;
	line-height: 36px;
	box-sizing: border-box;
	padding: 0 5px;
	float: left;
	margin-left:10px;
	height: 36px;
	border: 1px solid #e5e5e5;
	color:#333;
}
.features1_2 .selec b{
	position: absolute;
	right: 0;
	display: block;
	width: 35px;
	height: 100%;
	background: url(../images/x_jt.png) center no-repeat;
}
.features1_2 .selec span{
	font-size: 14px;
	color: #333;
}
.features1_2 .selec ul{
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	width: 100%;
	font-size: 14px;
	color: #333;
	background: #fff;
	z-index: 1;
	box-sizing: border-box;
	padding: 0 10px;
	box-shadow: 0px 0px 20px 0 #e6e6e6;
}
.features1_2 .selec ul li{
	cursor: pointer;
}
.features1_2 .text span{
	padding: 0;
	font-size: 14px;
	color: #676767;
}
.features1_2 .text{
	line-height: 22px;
}
.features1_2 .text p{
	margin-top: 20px;
	margin-bottom: 20px;
}
@media screen and (min-width: 200px) {
	/* 特色建管 -预约专家*/
	.features1{
		padding: 10px 0;
	}
	.features1_2 h2{
		font-size: 16px;
	}
	.features1_2 .selec{
		width: 150px;
	}
}
@media screen and (min-width: 768px) {
	/* 特色建管 -预约专家*/
	.features1{
		padding: 38px;
	}
	.features1_2 h2{
		font-size: 20px;
	}
	.features1_2 .selec{
		width: 170px;
	}
}
@media screen and (min-width: 992px) {
	/* 特色建管 -预约专家*/
	.features1{
		padding: 38px;
	}
	.features1_2 h2{
		font-size: 20px;
	}
	.features1_2 .selec{
		width: 170px;
	}
}
@media screen and (min-width: 1200px) {
	/* 特色建管 -预约专家*/
	.features1{
		padding: 38px;
	}
	.features1_2 h2{
		font-size: 20px;
	}
	.features1_2 .selec{
		width: 170px;
	}
}

/*公用表单样式*/
.yy_mess{
	margin-top: 30px;
}
.messages_lf{
	border: 1px solid #eee;
	float: left;
	width: 75%;
	margin-bottom: 53px;
}
.messages_rg{
	border: 1px solid #eee;
	float: right;
	width: 24%;
	box-sizing: border-box;
}
.phy_date{
	margin-top: 22px;	
	padding-left: 65px;
}
.phy_date p{
	display: inline-block;
	width: 65px;
}
.phy_date1{
	margin-left: 50px;
	display: inline-block;
	padding-bottom: 8px;
	position: relative;
}
.phy_date2{
	margin-left: 30px;
	display: inline-block;
	padding-bottom: 8px;
	position: relative;
}
.phy_date1 input{
	width: 157px;
	height: 30px;
	border: 1px solid #eee;
	padding-left: 10px;
	background: url(../images/yy_date.png) no-repeat right center;
	background-position-x: 94%;
}
/*.phy_date1 i.date_ic{
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/yy_date.png) no-repeat right center;
	position: absolute;
	right: 10px;
	top: 6px;
}*/
.phy_date span,.phy_date2 span{
	display: inline-block;
	margin-right: 6px;
}
.phy_date2 select{
	width: 157px;
	height: 30px;
	border: 1px solid #eee;
	padding-left: 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/opation.png) no-repeat scroll 95% center transparent;
}
/*体检人*/
.phy_person{
	padding: 24px 0;
	margin-bottom: 24px;
	border-bottom: 1px solid #eee;
	width: 90%;
	margin-left: 5%;
	padding-left: 26px;
}
.phy_person p{
	display: inline-block;
	width: 60px;
	float: left;
	line-height: 80px;
}
.phy_person_input{
	display: inline-block;
	width: 70%;
	margin-left: 10%;
}
.phy_name,.phy_person_input select{
	height: 36px;
	width: 146px;
	border: 1px solid #eee;
	padding-left: 10px;
	margin-right: 5px;
	margin-bottom:10px;
}
.phy_phone,.phy_id{
	height: 36px;
	width: 273px;
	border: 1px solid #eee;
	padding-left: 10px;
	margin-bottom:10px;
}
.phy_id{
	color: #333;
}
.phy_person_input dl{
	margin-top: 12px;
}
.phy_person_input dl dd{
	cursor: pointer;
	color: #333;
	float: left;
	width: 25%;
}
.phy_person_input dl dd i{
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/xz_icon1.png) no-repeat center;
	margin-right: 10px;
	float: left;
}
.phy_person_input dl dd.on i{
	background: url(../images/xz_icon11.png) no-repeat center;
}
.phy_person_delect{
	display: inline-block;
	float: right;
	cursor: pointer;
}
.phy_person_delect p{
	color: #666666;
}
.phy_person_delect i{
	display: inline-block;
	width: 15px;
	height: 15px;
	float: left;
	background: url(../images/delect.png) no-repeat center;
	margin-top: 32px;
	margin-right: 10px;
}
.per_add{
	width: 130px;
	height: 35px;
	background: #702d9d;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	border-radius: 5px;
	margin-left: 23%;
	margin-bottom: 30px;
	cursor: pointer;
}
.per_add i{
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url(../images/add_ic.png)no-repeat center;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}
/*右边*/
.messages_rg h2{
	font-size: 18px;
	color: #232323;
	text-align: center;
	padding: 35px 0;
}
.messages_rg p{
	font-size: 14px;
	color: #666;
	margin-left: 10%;
	padding-bottom: 12px;
}
.messages_rg input{
	margin-left: 10%;
	height: 36px;
	width: 80%;
	border: 1px solid #eee;
	margin-bottom: 30px;
	padding-left: 10px;
	color: #999999;
	font-size: 14px;
}
.messages_rg input:nth-of-type(2){
	margin-bottom: 66px;
}


@media (min-width:200px) {
    .messages_lf{
	width: 96%;
	margin-bottom: 20px;
	margin-left: 2%;
}
.messages_rg{
	width: 96%;
	margin-bottom: 30px;
	margin-left: 2%;
}
.phy_date {
    padding-left: 5px;
	}
	.phy_date1 {
    margin-left: 20%;
    }
    .phy_date2 {
    margin-left: 15%;
    }
      .phy_person {
    padding: 10px 0;
    margin-bottom: 24px;
    width: 97%;
    margin-left: 5px;
    padding-left: 0px;
}
  .phy_person_input{
  	margin-left: 0;
  }
    .phy_name, .phy_person_input select{
  	height: 30px;
    width: 100%;
  }
  .phy_phone, .phy_id {
    height: 30px;
    width: 100%;
    }
    .phy_person_input dl dd{
  	width: 33%;
  }
  .phy_person_input dl dd:nth-of-type(1){
  	width: 20%;
  }
   .phy_person_input dl dd:nth-of-type(2){
  	width: 40%;
  }
  .phy_person_input dl dd:nth-of-type(3){
  	width: 40%;
  }
   .phy_person_input dl dd i{
  	margin-right: 5px;
  }
  .phy_person_delect {
    float: initial;
    margin-left:38%;
	}
	  .phy_person p{
  	line-height: 32px;
  }
  .phy_person_delect i{
  	margin-top: 8px;
  }
  .phy_date p {
    display: block;
    width: 100%;
    }
    .per_add{
	margin:0 auto 30px;
	}
  .messages_rg h2{
  	padding: 15px 0;
  }
    .messages_rg input{
  	margin-bottom: 10px;
  }
  .messages_rg input:nth-of-type(2) {
    margin-bottom: 26px;
}
 .messages_rg{
  	float: initial;
  	overflow: hidden;
  }
  
  /*  弹框   */
 .popup1{
 	width:280px;
 	margin-left: -140px;
 	padding: 0;
 	padding-top: 140px;
 	text-align: center;
 	background: #fff url(../images/popup.png) top center no-repeat;   
 	background-position-y: 50px; 
 }
  .popup_1{
 	width:280px;
 	margin-left: -140px;
 }
 .confirm_1 ul li:nth-child(odd){
	padding: 0px;
	
}
 .confirm_1 ul li{
 	padding: 0px;
 }
 .confirm_1 ul li:nth-child(even){
		padding-left:0px;
	}
	.banner{
		padding-top: 70px;
	}
}
@media (min-width: 768px) {
	/*  弹框   */
	 .popup1{
	 	width:600px;
	 	margin-left: -300px;
	 	padding: 97px 0;
		padding-left:220px;
		background: #fff url(../images/popup.png) 120px center no-repeat;                    
	 }
      .popup_1{
	 	width:600px;
	 	margin-left: -300px;                
	 }
	/*  弹框   */
  .container {
    width: 750px;
  }
  .messages_rg{
  	float: right;
  }
  .messages_rg input:nth-of-type(2) {
    margin-bottom: 66px;
}
  .messages_rg input{
  	margin-bottom: 30px;
  }
  .messages_rg h2{
  	padding: 35px 0;
  }
  .per_add{
	margin-left: 23%;
	margin-bottom: 30px;
}
  .phy_date p {
    display: inline-block;
    width: 65px;
    }
  .phy_person_delect i{
  	margin-top: 32px;
  }
  .phy_person p{
  	line-height: 80px;
  }
  .phy_person_delect {
    float: right;
    margin-left: 0;
	}
  .phy_person_input dl dd i{
  	margin-right: 10px;
  }
   .phy_person_input dl dd:nth-of-type(1){
  	width: 25%;
  }
   .phy_person_input dl dd:nth-of-type(2){
  	width: 25%;
  }
  .phy_person_input dl dd:nth-of-type(3){
  	width: 25%;
  }
  .phy_name, .phy_person_input select{
  	height: 36px;
    width: 146px;
  }
  .phy_phone, .phy_id {
    height: 36px;
    width: 273px;
    }
  .phy_person_input{
  	margin-left: 10%;
  }
  .phy_person {
    padding: 24px 0;
    margin-bottom: 24px;
    width: 90%;
    margin-left: 5%;
    padding-left: 26px;
}
  .phy_date1{
	margin-left: 50px;
}
.phy_date2{
	margin-left: 30px;
}
  .phy_date {
    padding-left: 65px;
	}
    .messages_lf{
	width: 100%;
	margin-bottom: 20px;
	margin-left: 0;
}
.messages_rg{
	width: 100%;
	margin-bottom: 50px;
		margin-left: 0;
}
.confirm_1 ul li:nth-child(odd){
	padding-left: 0px;
}
.confirm_1 ul li:nth-child(even){
		padding-left: 100px;
	}
	.banner{
		padding-top: 70px;
	}
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .messages_lf{
	width: 75%;
	margin-bottom: 53px;
}
.messages_rg{
	width: 24%;
}
.confirm_1 ul li:nth-child(odd){
	padding-left: 250px;
}
.confirm_1 ul li:nth-child(even){
		padding-left: 100px;
	}
	.banner{
		padding-top: 0;
	}
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .confirm_1 ul li:nth-child(odd){
		padding-left: 250px;
	}
   .confirm_1 ul li:nth-child(even){
		padding-left: 100px;
	}
	.banner{
		padding-top: 0;
	}
}


/*  弹框  */
.popup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 99;
}
.popup1{
	box-sizing: border-box;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -137px;
	/*margin-left: -300px;*/
	/*width: 600px;*/
	height: 275px;
	border-radius: 5px;
}
.popup1 .p2{
	font-size: 16px;
	color: #808080;
}
.popup1 .p1{
	font-size:36px;
	color: #552277;
}


/*  确认 订单  */
.confirm_{
	margin-bottom:50px;
}
.confirm_1{
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	width: 100%;
}
.confirm_1 .p1{
	font-size: 20px;
	color: #702d9d;
}
.confirm_1 ul li{
	color: #333;
	margin-top:30px ;
}

.confirm_1 ul{
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.confirm_1 ul:last-child{
	border: none;
}



/*  移动端 头部  */
.phone_header{
	position: fixed;
	z-index: 9999;
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	height: 70px;
	background: #552277;
}
.phone_header .logo_p{
	float: left;
	width:100px;
}
.phone_header .open_p{
	float: right;
	width: 100px;
	height: 100%;
	background: url(../images/p_icon.png) right center no-repeat;
	background-size: 20px;
}
.phone_header .open_p.on{
	background: url(../images/p_close.png) right center no-repeat;
	background-size: 20px;
}
.nav_phone1{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 70px;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
}
.nav_phone{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background: #421063;
}
.nav_phone ul{
	padding-bottom: 100px;
}
.nav_phone ul li{	
	border-bottom:1px solid #501776 ;
	line-height:35px;
	font-size: 14px;
	background: url(../images/p_icon2.png) 96% 10px no-repeat;
	background-size:10px;
}
.nav_phone ul li.on{
	background: url(../images/p_xl.png) 96% 10px no-repeat;
	background-size:15px;
}
.nav_phone ul li dl{
	display: none;
	background: #48136c;
}
.nav_phone ul li dl dt{
	border-bottom:1px solid #501776 ;
	line-height:35px;
	font-size: 14px;
	font-weight: normal;
}
.nav_phone ul li dl dt>a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	color: #fff;
}
.nav_phone ul li:first-child{
	background: none;
}
.nav_phone ul li>a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	color: #fff;
}
.nav_phone ul li dd{
	box-sizing: border-box;
	padding: 0 30px;
	border-bottom:1px solid #501776 ;
	line-height:35px;
}
.nav_phone ul li dd a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	color: #fff;
}
.nav_phone ul li .dt1{	
	border-bottom:1px solid #501776 ;
	line-height:35px;
	font-size: 14px;
	background: url(../images/p_icon2.png) 96% 10px no-repeat;
	background-size:10px;
}
.nav_phone ul li .dt1.on{
	background: url(../images/p_xl.png) 96% 10px no-repeat;
	background-size:15px;
}
.nav_phone .btn_{
	width: 100%;
	height: 70px;
	background: #421063;
	border-bottom:1px solid #501776 ;
}
.nav_phone .btn_>div{
	margin-top: 15px;
	height: 35px;
	background: #e89a31;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
}
.nav_phone .btn_>div a{
	color: #fff;
}
.nav_phone .search{
	box-sizing: border-box;
	padding: 0 40px;
	width: 100%;
	height: 60px;
	border-bottom:1px solid #501776 ;
	background: url(../images/search1.png) 20px center no-repeat;
	background-size: 20px;
}
.nav_phone .search input{
	box-sizing: border-box;
	padding-left:30px ;
	width: 100%;
	height: 100%;
	color: #d79cff;
}
.nav_phone .search input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #d79cff;
}
.nav_phone .search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #d79cff;
}
.nav_phone .search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #d79cff;
}
.nav_phone .search input:-ms-input-placeholder { /* Internet Explorer 10+ */
	 color:    #d79cff;
	}
 

/*  悬浮框  */
.suspension{
	position: fixed;
	top: 50%;
	margin-top: -120px;
	right:20px;
	z-index: 2;
	/*overflow: hidden;*/
}
.suspension ul{
	width: 70px;
}
.suspension ul li{
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid #552277;
	width: 100%;
	height: 70px;
	border-radius: 5px;
	color: #552277;
	background: #fff;
}
.suspension ul li img{
	margin-top: 7px;
	margin-bottom: 5px;
}
.suspension ul li:hover{
	background: #552277;
	color: #fff;
}
.suspension ul li .tel{
	opacity: 0;
	box-sizing: border-box;
	padding:10px;
	text-align: left;
	position: absolute;
	z-index: -1;
	top:7px;
	left: 0;
	width: 138px;
	height: 54px;
	background: #552277;
	color: #FFF;
	border-radius: 5px;
}
.suspension ul li .tel:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: -10px;
	display: block;
	width: 10px;
	height: 13px;
	background: url(../images/xf_sj.png) center no-repeat;
}
/*浮框修改*/
    .suspension ul li:nth-of-type(2)
    {
        background:url(../images/Upjqqd.png) center no-repeat;
    }
    .suspension ul li:nth-of-type(2):hover
    {
        background:url(../images/Upjqqd_1.png) center no-repeat;
    }

.datepicker td.active.day, .datepicker td.active.year{
	background: #fba414;
}

.popup_{
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 99;
}
.popup_1{
    text-align:center;
	box-sizing: border-box;	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -137px;
	height: 275px;
	border-radius: 5px;
    background:#fff;
    padding:10px;
    font-size:16px;
    color:#333;
    line-height:25px;
    overflow-y:auto;
}




@media screen and (min-width:992px )
{
.shouyedebaneer
{
height:248px;
background-size:cover;
background-position: center;
}
}
@media screen and (min-width:1200px )
{
.shouyedebaneer
{
height:300px;
background-size:cover;
background-position: center;
}
}
@media screen and (min-width:1300px )
{
.shouyedebaneer
{
height:443px;
background-size:cover;
background-position: center;
}
}
